From ee7a32ac0c1e654bd47e41102c240aa5c4964fc2 Mon Sep 17 00:00:00 2001 From: "J.D. Smith" Date: Wed, 29 Nov 2006 19:15:09 +0000 Subject: [PATCH] (idlwave-auto-fill): Remove paragraph-start let to prevent auto-fill giving up. --- lisp/progmodes/idlwave.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 3a7d39c5db7..6fa03c27ba1 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -3486,8 +3486,6 @@ if `idlwave-auto-fill-split-string' is non-nil." (idlwave-indent-line) ;; Prevent actions do-auto-fill which calls indent-line-function. (let (idlwave-do-actions - (paragraph-start ".") - (paragraph-separate ".") (fill-nobreak-predicate (if (and (idlwave-in-quote) idlwave-auto-fill-split-string) -- 2.30.2